home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / mb_hld11.zip / MB-HOLD.DOC < prev    next >
Text File  |  1996-09-01  |  14KB  |  294 lines

  1.                      ██╗  ██╗  ██████╗  ██╗      ██████╗
  2.                      ██║  ██║ ██╔═══██╗ ██║      ██╔══██╗
  3.                      ███████║ ██║   ██║ ██║      ██║  ██║
  4.                      ██╔══██║ ██║   ██║ ██║      ██║  ██║
  5.                      ██║  ██║ ╚██████╔╝ ███████╗ ██████╔╝
  6.                      ╚═╝  ╚═╝  ╚═════╝  ╚══════╝ ╚═════╝
  7.  
  8.                            ██████╗  ███████╗ ██╗  ██╗
  9.                            ██╔══██╗ ██╔════╝ ╚██╗██╔╝
  10.                            ██████╔╝ █████╗    ╚███╔╝
  11.                            ██╔═══╝  ██╔══╝    ██╔██╗
  12.                            ██║      ███████╗ ██╔╝ ██╗
  13.                            ╚═╝      ╚══════╝ ╚═╝  ╚═╝
  14.  
  15.                                  Version 1.1
  16.                              Written By: Wim Jans
  17.   
  18.        FidoNet: 2:292/315 - TGPBN: 752:320/400 - DqP-Net: 173:800/400 
  19.  
  20.                               ****  FREEWARE  ****
  21.   
  22.   
  23.   ─────────────────────────────────────────────────────────────────────────────
  24.   ░░░░░░░░░░░░░░░░░░░░░░░░░         DESCRIPTION         ░░░░░░░░░░░░░░░░░░░░░░░
  25.   ─────────────────────────────────────────────────────────────────────────────
  26.   MB-HOLD.PEX is another PEX designed to show your users if some netmail is
  27.   waiting for them on your system.
  28.  
  29.   Really everything can be configured!! All the coordinates, all the colors,
  30.   all the text, ... just everything!!!
  31.  
  32.   ─────────────────────────────────────────────────────────────────────────────
  33.   ░░░░░░░░░░░░░░░░░░░░░░░           DISCLAIMER          ░░░░░░░░░░░░░░░░░░░░░░░
  34.   ─────────────────────────────────────────────────────────────────────────────
  35.   
  36.   In no way will I be liable for the loss of profits, lost savings or other
  37.   incidental or consequential damages arising from your use or inability to use
  38.   the software, or for any claim by any other party.
  39.   
  40.   This program works great on my BBS, unfortunatly, it might not on yours. Let
  41.   me know of any problems. I would say that this program will take up some disk
  42.   space but that would be, a NO BRAINER <BG>!
  43.   
  44.   ─────────────────────────────────────────────────────────────────────────────
  45.   ░░░░░░░░░░░░░░░░░░░░░░░          INSTALLATION         ░░░░░░░░░░░░░░░░░░░░░░░
  46.   ─────────────────────────────────────────────────────────────────────────────
  47.   
  48.   Place the MB-HOLD.PEX in your PEX directory. You can put this PEX in the
  49.   TOP.PBM or in any other menu.
  50.  
  51.   Please copy also the MB-HOLD.ANS file to your textfiles directory. This is a
  52.   simple example, but you may use your own painting :-))
  53.  
  54.   Copy the MB-HOLD.INI file to your systempath of ProBoard (eg. C:\PB) and 
  55.   change the settings to your configuration!
  56.  
  57.   You can specify a special INI-file according to the language of the user!!
  58.   But, be carefull! The extension MUST BE ".INI", otherwise it will not work
  59.   properly.
  60.  
  61.   An example:
  62.  
  63.   On my board, I've installed two languages, ENGLISH.PBL and DUTCH.PBL. There-
  64.   for I've added the following two lines in the MB-HOLD.INI file:
  65.  
  66.   ENGLISH=G:\BBS\PB\HOLD-ENG.INI
  67.   DUTCH=G:\BBS\PB\HOLD-DUT.INI
  68.  
  69.   So, according to the language of the user, one of these INI-files will be
  70.   used. If you don't add these entries to the INI-file, MB-HOLD.PEX will look
  71.   into the MB-HOLD.INI file for the following entries:
  72.   
  73.   1) ANSI
  74.      This is the ANSI/AVATAR file which will be displayed.
  75.  
  76.   2) NETMAILAREA
  77.      This is the areanumber of your netmailarea in ProCfg. This are my settings:
  78.  
  79.      Name         : Netmail Area
  80.      Path         : C:\NETMAIL
  81.      Message Kind : NetMail
  82.      Message Type : Private Only
  83.      Name Option  : Real Names Only
  84.      Message Base : Fido *.MSG
  85.  
  86.   3) X1,X2,X3,Y1,Y2
  87.      These are column and row coordinates.
  88.      X1 = The columnnumber of the Address-field
  89.      X2 = The columnnumber of the Destination-field
  90.      X3 = The columnnumber of the Message_Kind-field
  91.      Y1 = The rownumber of the first line of the holding netmail messages
  92.      Y2 = The rownumber of the last line of the holding netmail messages
  93.  
  94.   4) HEADER,FOOTER,TITLE-1,TITLE-2,TITLE-3
  95.      These are 5 strings which can be displayed in ANY color you want (see
  96.      further!). 
  97.  
  98.   5) HEADER-X, HEADER-Y, FOOTER-X, FOOTER-Y, TITLE-Y
  99.      These are again the coordinates. Note: only the Y-coordinate of the
  100.      TITLE-field can be choosen. The X-coordinates are already specified
  101.      by X1 and X2!!
  102.  
  103.   6) CLEARLINE
  104.      This is the line (including the color-codes!) which will be used to
  105.      clear the screen. Be sure you put enough spaces to clean the whole
  106.      line (hint: put a colorcode at the end of the line, so you're sure
  107.                  there are enough spaces!).
  108.  
  109.   7) COLOR-ADDRESS, COLOR-SEPARATOR, COLOR-DESTINATION, COLOR-STATUS
  110.      These are of course the color-codes for the netmail-address, the separators
  111.      ( : . / ), the destination and the message kind (mail/file).
  112.  
  113.   8) COLOR-ADDRESS-USER,COLOR-SEPARATOR-USER, COLOR-DESTINATION-USER,
  114.      COLOR-STATUS-USER
  115.      If there is mail waiting for the current user, it can be displayed in an
  116.      other color (blinking color eg.)
  117.  
  118.   9) EXCLUDE1, EXCLUDE2, EXCLUDE3, EXCLUDE4, EXCLUDE5
  119.      Mail waiting for these names (eg. your own name) will not be displayed
  120.      on the What's on Hold screen.
  121.  
  122.   10) DISPLAYTYPE
  123.       DISPLAYTYPE=0 -> EVERY waiting netmail will be displayed (except n°9)
  124.       DISPLAYTYPE=1 -> only ONE entry per 'destination' will be displayed!
  125.  
  126.   In your TOP.PBM you can activate this PEX automaticly by using the <CTRL-A>
  127.   hotkey ().
  128.  
  129.   This is an example of the TOP.PBM I use:
  130.  
  131.   ╔═══════════════════════════════════[ TOP ]══════════════════════════════════╗
  132.   ║ 0        1         2         3         4         5         6         7     ║
  133.   ║ 12345678901234567890123456789012345678901234567890123456789012345678901234 ║
  134.   ║ ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  135.   ║                                                                            ║
  136.   ║ Color    : White on Black             Example Text                         ║
  137.   ║ Hotkey   :                                                                ║
  138.   ║ Function : 60 - Run ProBoard SDK File                                      ║
  139.   ║ Data     : MB-HOLD                                                         ║
  140.   ║                                                                            ║
  141.   ║ Min.Level: 5                                                               ║
  142.   ║ Max.Level: 0                                                               ║
  143.   ║ Flags    : --------------------------------                                ║
  144.   ║ Min. Age : 0                          ┌─RIP──────────────────┐             ║
  145.   ║ Max. Age : 0                          │ Show remote    : No  │             ║
  146.   ║ Sex      : Don't Care                 │ Show local     : Yes │             ║
  147.   ║ Time Left: 0                          │ Reset screen   : Yes │             ║
  148.   ║ Time Onl.: 0                          └──────────────────────┘             ║
  149.   ║ Timeframe: Fully enabled                                                   ║
  150.   ║ Min.Speed: 0                                                               ║
  151.   ║ Max.Speed: 0                                                               ║
  152.   ║                                                                            ║
  153.  
  154.   ─────────────────────────────────────────────────────────────────────────────
  155.   ░░░░░░░░░░░░░░░░░░░░░░░         COLOR CODES           ░░░░░░░░░░░░░░░░░░░░░░░
  156.   ─────────────────────────────────────────────────────────────────────────────
  157.   You can use the following PCBored related codes. The syntax is like this:
  158.   @X7E eg. Where 7 is the backgroundcolor and E the foregroundcolor. You can
  159.   use this table to create your own colorcodes:
  160.  
  161.   ╔═══════════════════════════╦══════════════════════════╗
  162.   ║ ForegroundColor      code ║ BackgroundColor     code ║
  163.   ╟───────────────────────────╫──────────────────────────╢
  164.   ║ BLACK                  0  ║ BLACK                 0  ║
  165.   ║ BLUE                   1  ║ BLUE                  1